var reducef = function(id_article, montant){
	return Array.sum(montant);
};
